home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / NOTES < prev    next >
Encoding:
Text File  |  1993-11-15  |  581 b   |  19 lines

  1.  
  2.  
  3. This is cut number one at a tcl binding to Motif.
  4.  
  5. Notes
  6. -----
  7.  
  8. SimpleMenu
  9. Menus are tedious in Motif. Many authors make their own simple interfaces
  10. to this. OSF created SimpleMenus as their contribution. I am not supporting
  11. them, because they create their own widgets outside of the control of my
  12. stuff.
  13.  
  14. Gadgets
  15. Gadgets were invented because X servers were once too slow and too limited in
  16. memory. So they put the onus back on the client side! Gadgets are a con, a
  17. source of much complexity back on the application side and should vanish.
  18. I am not suppporting them. So there. 
  19.